FileAttachment Constructor (String, String) |
Initializes a new instance of the FileAttachment class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic FileAttachment(
string filePath,
string name
)
Public Sub New (
filePath As String,
name As String
)
Parameters
- filePath
- Type: SystemString
The file path. - name
- Type: SystemString
The name.
See Also